ilert · Example Payload

Get Users {User Id} Contacts Phone Numbers {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Users {User Id} Contacts Phone Numbers {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get specific phone number",
  "description": "",
  "method": "GET",
  "path": "/users/{user-id}/contacts/phone-numbers/{id}",
  "parameters": {
    "user-id": "string",
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "id": 1,
    "regionCode": "string",
    "target": "string",
    "primary": true,
    "status": "OK"
  }
}